All Questions
Tagged with pure-functionunit-testing
1 question
9votes
4answers
2kviews
Is implicitly depending on pure functions bad (in particular, for testing)?
To extend a bit on the title, I'm trying to get to some conclusion about whether it is necessary or not to explicitly declare (i.e. inject) pure functions on which some other function or class depends....